home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCGUIA 117
/
PC Guia 117.iso
/
Software
/
Utils
/
Software6
/
Product13
/
googlebar-0.9.5.06-fx.xpi
/
chrome
/
googlebar.jar
/
content
/
googlebarExtrasOverlay.js
< prev
next >
Wrap
Text File
|
2003-07-19
|
370b
|
12 lines
/*
* We now make it easier to add your own changes to the Googlebar through the magic
* of overlays. Things are already set up- just add the Javascript code to this file
* or read Robert Fernandes' explanation (http://googlebar.mozdev.org/feedback.html#181)
* for more information.
*/
function extrasSampleButton()
{
alert('Sample button clicked');
}